1. /* sdcmpi.cpp by K.Tsuru */
  2. // function ID 3505 DRADIX, constant pi
  3. /**********************
  4. pi by Machin's formula
  5. ***********************/
  6. #ifndef SN_H
  7. #include "sn.h"
  8. #endif
  9. SDouble MachinPi(){
  10. SDecimal b;
  11. b = BMachinPi();
  12. return b.ConvToDec();
  13. }

sdcmpi.cpp : last modifiled at 2016/09/04 14:21:39(269 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).